home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / rainbo12.zip / DOS.ERR < prev    next >
Text File  |  1992-07-09  |  3KB  |  98 lines

  1.  
  2.  
  3.     DOS error codes
  4.  
  5.     Errorlevel  Meaning
  6.  
  7.       1  01h    Invalid function number
  8.       2  02h    File not found
  9.       3  03h    Path not found
  10.       4  04h    Too many open files (no handles left))
  11.       5  05h    Access denied
  12.       6  06h    Invalid handle
  13.       7  07h    Memory control blocks destroyed
  14.       8  08h    Insufficient memory
  15.       9  09h    Invalid memory block address
  16.      10  0ah    Invalid environment
  17.      11  0bh    Invalid format
  18.      12  0ch    Invalid access code
  19.      13  0dh    Invalid data
  20.      14  0eh    Unknown unit
  21.      15  0fh    Invalid Drive was specified
  22.      16  10h    Attempt to remove current directory
  23.      17  11h    Not same device
  24.      18  12h    No more files
  25.      19  13h    Attempt to write on write-protected diskette
  26.      20  14h    Unknown unit
  27.      21  15h    Drive not ready
  28.      22  16h    Unknown command
  29.      23  17h    Data error (CRC))
  30.      24  18h    Bad request structure length
  31.      25  19h    Seek error
  32.      26  1ah    Unknown media type
  33.      27  1bh    Sector not found
  34.      28  1ch    Printer out of paper
  35.      29  1dh    Write fault
  36.      30  1eh    Read fault
  37.      31  1fh    General failure
  38.      32  20h    Sharing violation
  39.      33  21h    Lock violation
  40.      34  22h    Invalid disk change
  41.      35  23h    FCB unavailable
  42.      36  24h    System resource exhausted (Sharing buffer exceeded))
  43.      37  25h    Reserved
  44.      38  26h    Out of input
  45.      39  27h    Insufficient disk space
  46.      40  28h    Reserved
  47.      41  29h    Reserved
  48.      42  2ah    Reserved
  49.      43  2bh    Reserved
  50.      44  2ch    Reserved
  51.      45  2dh    Reserved
  52.      46  2eh    Reserved
  53.      47  2fh    Reserved
  54.      48  30h    Reserved
  55.      49  31h    Reserved
  56.      50  32h    Unsupported network request
  57.      51  33h    Remote machine not listening
  58.      52  34h    Duplicate name on network
  59.      53  35h    Network name not found
  60.      54  36h    Network busy
  61.      55  37h    Device no longer exists on network
  62.      56  38h    NetBIOS command limit exceeded
  63.      57  39h    Error in network adapter hardware
  64.      58  3ah    Incorrect response from network
  65.      59  3bh    Unexpected network error
  66.      60  3ch    Remote adapter incompatible
  67.      61  3dh    Print queue full
  68.      62  3eh    Not enough space for print file
  69.      63  3fh    Print file canceled
  70.      64  40h    Network name deleted
  71.      65  41h    Network access denied
  72.      66  42h    Incorrect network device type
  73.      67  43h    Network name not found
  74.      68  44h    Network name limit exceeded
  75.      69  45h    NetBIOS session limit exceeded
  76.      70  46h    File sharing temporarily paused
  77.      71  47h    Network request not accepted
  78.      72  48h    Print or disk redirection paused
  79.      73  49h    Reserved
  80.      74  4ah    Reserved
  81.      75  4bh    Reserved
  82.      76  4ch    Reserved
  83.      77  4dh    Reserved
  84.      78  4eh    Reserved
  85.      79  4fh    Reserved
  86.      80  50h    File exists
  87.      81  51h    Reserved
  88.      82  52h    Cannot make directory
  89.      83  53h    Fail on INT 24 (Critical Error))
  90.      84  54h    Too many redirections
  91.      85  55h    Duplicate redirection
  92.      86  56h    Invalid password
  93.      87  57h    Invalid parameter
  94.      88  58h    Network write fault
  95.      89  59h    Function not supported by network
  96.      90  5ah    Required system component not installed
  97.  
  98.